Skip to content

Commit 72e067d

Browse files
committed
fix AST test
1 parent df9e7db commit 72e067d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
void foo()
22
{
3-
writeln(i"Hello $name, you have $$(wealth) in your account right now");
3+
writeln(i"Hello name, you have $$(wealth) in your account right now");
44
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//interpolatedString[@startQuote='i"']
22
//interpolatedString[@endQuote='"']
3-
//interpolatedString/text[text()='Hello ']
4-
//interpolatedString/text[text()=', you have $']
3+
//interpolatedString/text[text()='Hello name, you have $']
54
//interpolatedString/text[text()=' in your account right now']
6-
//interpolatedString/variable[text()='name']
75
//interpolatedString/expression/unaryExpression

0 commit comments

Comments
 (0)