Skip to content

Commit 67194e8

Browse files
committed
add testcase for interpolated keys
1 parent 942e0be commit 67194e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/output-testcases.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,3 +762,15 @@ Don't get caught out by apostrophes.
762762

763763
console.log React.createElement(A, null)
764764
##end
765+
766+
##desc
767+
key interpolation
768+
##input
769+
{
770+
"foo-#{bar}": "quz"
771+
}
772+
##expected
773+
{
774+
"foo-#{bar}": "quz"
775+
}
776+
##end

0 commit comments

Comments
 (0)