mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
update snapshot for newline_in_packages syntax test
This commit is contained in:
parent
9465b29376
commit
09bd145845
2 changed files with 8 additions and 19 deletions
|
@ -1,4 +0,0 @@
|
|||
app [main] { pf: "generic-test-platform/main.roc" }
|
||||
|
||||
main =
|
||||
Stdout.line "I'm a Roc application!"
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue