Skip to content

Commit 26dbb35

Browse files
committed
Fluent 0.6 syntax update in test
1 parent 75ef179 commit 26dbb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent.runtime/tests/format/test_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setUp(self):
1313
self.ctx.add_messages(dedent_ftl("""
1414
foo = Foo { $num }
1515
bar = { foo }
16-
baz
16+
baz =
1717
.attr = Baz Attribute { $num }
1818
qux = { "a" ->
1919
*[a] Baz Variant A { $num }

0 commit comments

Comments
 (0)