mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 13:34:15 +00:00
update snapshots to use unix slashes
This commit is contained in:
parent
24a90007c5
commit
fb795dae14
4 changed files with 6 additions and 10 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue