Skip to content

Commit

Permalink
Update external test cases (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
1 parent a820713 commit 746d832
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/inputs-luau-full_moon/z-escape-string.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ print("testing \z

print("Hello \
World")

print(`testing \z
twelve`)

print(`Hello \
World`)
6 changes: 6 additions & 0 deletions tests/snapshots/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
source: tests/tests.rs
expression: "format(&contents, LuaVersion::Luau)"
input_file: tests/inputs-luau-full_moon/z-escape-string.lua
snapshot_kind: text
---
print("testing \z
twelve")

print("Hello \
World")

print(`testing \z
twelve`)

print(`Hello \
World`)

0 comments on commit 746d832

Please sign in to comment.