update snapshots to use unix slashes

This commit is contained in:
Luke Boswell 2024-11-11 21:42:24 +11:00
parent 24a90007c5
commit fb795dae14
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
4 changed files with 6 additions and 10 deletions

View file

@ -1,10 +1,9 @@
---
source: crates/cli/tests/cli_tests.rs
assertion_line: 1322
snapshot_kind: text
expression: cli_check_out.normalize_stdout_and_stderr()
---
── MISSING DEFINITION in tests\test-projects\known_bad\ExposedNotDefined.roc ───
── MISSING DEFINITION in tests/test-projects/known_bad/ExposedNotDefined.roc ───
bar is listed as exposed, but it isn't defined in this module.

View file

@ -1,10 +1,9 @@
---
source: crates/cli/tests/cli_tests.rs
expression: cli_check_out.normalize_stdout_and_stderr()
snapshot_kind: text
---
── TYPE MISMATCH in tests\test-projects\known_bad\TypeError.roc ────────────────
── TYPE MISMATCH in tests/test-projects/known_bad/TypeError.roc ────────────────
Something is off with the body of the main definition:

View file

@ -1,10 +1,9 @@
---
source: crates/cli/tests/cli_tests.rs
assertion_line: 1306
snapshot_kind: text
expression: cli_check_out.normalize_stdout_and_stderr()
---
── UNUSED IMPORT in ...nown_bad\UnusedImportButWithALongFileNameForTesting.roc ─
── UNUSED IMPORT in ...nown_bad/UnusedImportButWithALongFileNameForTesting.roc ─
Symbol is imported but not used.

View file

@ -1,10 +1,9 @@
---
source: crates/cli/tests/cli_tests.rs
expression: cli_check_out.normalize_stdout_and_stderr()
snapshot_kind: text
---
── UNUSED IMPORT in tests\test-projects\known_bad\UnusedImport.roc ─────────────
── UNUSED IMPORT in tests/test-projects/known_bad/UnusedImport.roc ─────────────
Symbol is imported but not used.