File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
fluent-bundle/tests/fixtures Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,7 @@ suites:
313
313
*[traditional] neuter
314
314
[chicago] feminine
315
315
}
316
+ .floats = true
316
317
ref-attr = {-ship.gender ->
317
318
*[masculine] He
318
319
[feminine] She
@@ -333,6 +334,10 @@ suites:
333
334
[feminine] She
334
335
[neuter] It
335
336
}
337
+ more-than-one-attr = {-ship.floats ->
338
+ *[false] is sinking
339
+ [true] is floating around happily
340
+ }
336
341
tests :
337
342
-
338
343
name : Not parameterized, no externals
@@ -389,4 +394,10 @@ suites:
389
394
id : call-attr-with-other-arg
390
395
args :
391
396
style : chicago
392
- value : It
397
+ value : It
398
+ -
399
+ name : For term with multiple attributes
400
+ asserts :
401
+ -
402
+ id : more-than-one-attr
403
+ value : is floating around happily
You can’t perform that action at this time.
0 commit comments