mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +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: [],
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue