We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53174e7 commit 7e422f1Copy full SHA for 7e422f1
spec/fluent_spec.lua
@@ -114,7 +114,7 @@ foo =
114
assert.same("baz", tostring(bundle:get_message("bar")))
115
end)
116
117
- pending('can be accessed as properties', function ()
+ it('can be accessed as properties', function ()
118
assert.same("bar", bundle.foo:format())
119
assert.same("bar", bundle["foo"]:format())
120
assert.same("baz", bundle.bar:format())
0 commit comments