update snapshot for newline_in_packages syntax test

This commit is contained in:
Luke Boswell 2024-11-11 20:04:12 +11:00
parent 9465b29376
commit 09bd145845
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
2 changed files with 8 additions and 19 deletions

View file

@ -1,4 +0,0 @@
app [main] { pf: "generic-test-platform/main.roc" }
main =
Stdout.line "I'm a Roc application!"

View file

@ -12,21 +12,14 @@ Full(
], ],
before_packages: [], before_packages: [],
packages: @11-51 [ packages: @11-51 [
@13-49 SpaceAfter( @13-49 PackageEntry {
PackageEntry { shorthand: "pf",
shorthand: "pf", spaces_after_shorthand: [],
spaces_after_shorthand: [ platform_marker: None,
Newline, package_name: @17-49 PackageName(
], "generic-test-platform/main.roc",
platform_marker: None, ),
package_name: @17-49 PackageName( },
"generic-test-platform/main.roc",
),
},
[
Newline,
],
),
], ],
old_imports: None, old_imports: None,
old_provides_to_new_package: None, old_provides_to_new_package: None,