Skip to content

Commit

Permalink
fix grammar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdylan committed Nov 5, 2024
1 parent e1dfb1f commit 844aa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlark_syntax/src/syntax/grammar_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn test_top_level_comment() {

#[test]
fn test_top_level_load() {
let want = "load(\"//top/level/load.bzl\"top-level = \"top-level\")\n";
let want = "load(\"//top/level/load.bzl\", top-level = \"top-level\")\n";
assert_eq!(
parse("\nload(\"//top/level/load.bzl\", \"top-level\")\n"),
want
Expand Down

0 comments on commit 844aa37

Please sign in to comment.