Skip to content

Commit 028f477

Browse files
committed
test: update test case
Signed-off-by: Snehil Shah <snehilshah.989@gmail.com>
1 parent 7f31a89 commit 028f477

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"expression": "var foo = { 'bar': { 'func': function() { return true; } } };\nfoo['bar'].func()",
3-
"expected": "\u001b[31mfoo\u001b[0m['bar'].\u001b[33mfunc\u001b[0m()",
3+
"expected": "\u001b[31mfoo\u001b[0m[\u001b[32m'bar'\u001b[0m].\u001b[33mfunc\u001b[0m()",
44
"theme": {
55
"object": "red",
6-
"function": "yellow"
6+
"function": "yellow",
7+
"string": "green"
78
}
89
}

0 commit comments

Comments
 (0)