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: [],
packages: @11-51 [
@13-49 SpaceAfter(
PackageEntry {
shorthand: "pf",
spaces_after_shorthand: [
Newline,
],
platform_marker: None,
package_name: @17-49 PackageName(
"generic-test-platform/main.roc",
),
},
[
Newline,
],
),
@13-49 PackageEntry {
shorthand: "pf",
spaces_after_shorthand: [],
platform_marker: None,
package_name: @17-49 PackageName(
"generic-test-platform/main.roc",
),
},
],
old_imports: None,
old_provides_to_new_package: None,