Skip to content

Commit

Permalink
test: more
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 12, 2024
1 parent 80c82e6 commit eb64fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ log(__OBJECT__);
4;
log(__STRING__);
5;
__OBJECT__.hello;
6;
"
.trim_start();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ snapshot_kind: text
(7:0) "log(__STRING__)" --> (7:0) "log('development')"
(7:15) ";\n" --> (7:18) ";\n"
(8:0) "5;\n" --> (8:0) "5;\n"
(9:0) "__OBJECT__." --> (9:0) "({ 'hello': 'test' })."
(9:11) "hello;\n" --> (9:22) "hello;\n"
(10:0) "6;\n" --> (10:0) "6;\n"

0 comments on commit eb64fbd

Please sign in to comment.