Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 27, 2023
1 parent b16cfe6 commit f82b5d9
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions tools/hangar/__snapshots__/invalid.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ Duration <DURATION>"
exports[`bring_local_dir.test.w 1`] = `
"error: Cannot bring \\"/subdir\\" since it is not a relative path
--> ../../../examples/tests/invalid/bring_local_dir.test.w:4:1
--> ../../../examples/tests/invalid/bring_local_dir.test.w:4:7
|
4 | bring \\"/subdir\\" as baz;
| ^^^^^^^^^^^^^^^^^^^^^^^ Cannot bring \\"/subdir\\" since it is not a relative path
| ^^^^^^^^^ Cannot bring \\"/subdir\\" since it is not a relative path
error: Symbol \\"Foo\\" has multiple definitions in \\"../../../examples/tests/invalid/subdir/inner\\"
Expand All @@ -337,24 +337,31 @@ Duration <DURATION>"
exports[`bring_local_self.test.w 1`] = `
"error: Cannot find module \\"./bring_local_self.main.w\\"
--> ../../../examples/tests/invalid/bring_local_self.test.w:1:1
--> ../../../examples/tests/invalid/bring_local_self.test.w:1:7
|
1 | bring \\"./bring_local_self.main.w\\" as foo;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cannot find module \\"./bring_local_self.main.w\\"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cannot find module \\"./bring_local_self.main.w\\"
error: Cannot find module \\"./non-existent.w\\"
--> ../../../examples/tests/invalid/bring_local_self.test.w:4:1
--> ../../../examples/tests/invalid/bring_local_self.test.w:4:7
|
4 | bring \\"./non-existent.w\\" as bar;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cannot find module \\"./non-existent.w\\"
| ^^^^^^^^^^^^^^^^^^ Cannot find module \\"./non-existent.w\\"
error: Cannot bring \\"/hello.w\\" since it is not a relative path
--> ../../../examples/tests/invalid/bring_local_self.test.w:7:1
--> ../../../examples/tests/invalid/bring_local_self.test.w:7:7
|
7 | bring \\"/hello.w\\" as baz;
| ^^^^^^^^^^^^^^^^^^^^^^^^ Cannot bring \\"/hello.w\\" since it is not a relative path
| ^^^^^^^^^^ Cannot bring \\"/hello.w\\" since it is not a relative path
error: Cannot bring module \\"./bring_local_dir.test.w\\" since it is an entrypoint file
--> ../../../examples/tests/invalid/bring_local_self.test.w:10:7
|
10 | bring \\"./bring_local_dir.test.w\\" as qux;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ Cannot bring module \\"./bring_local_dir.test.w\\" since it is an entrypoint file
Expand Down

0 comments on commit f82b5d9

Please sign in to comment.