add snapshot test for suffixed expr

This commit is contained in:
Luke Boswell 2024-03-14 12:04:39 +11:00
parent 9bc0ab79af
commit 8bbbd768ec
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
11 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1 @@
Stdout.line

View file

@ -0,0 +1,6 @@
Suffixed(
Var {
module_name: "Stdout",
ident: "line",
},
)

View file

@ -0,0 +1 @@
Stdout.line!

View file

@ -441,6 +441,7 @@ mod test_snapshots {
pass/string_without_escape.expr,
pass/sub_var_with_spaces.expr,
pass/sub_with_spaces.expr,
pass/suffixed.expr,
pass/tag_pattern.expr,
pass/ten_times_eleven.expr,
pass/three_arg_closure.expr,