Skip to content

Commit

Permalink
tests: fix goldenscript line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed May 30, 2024
1 parent 4fad99e commit 4006c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/hooks
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ end
command
---
start
Command { name: "command", args: [], prefix: None, silent: false, fail: false, line_number: 70 }
Command { name: "command", args: [], prefix: None, silent: false, fail: false, line_number: 73 }
end

(_set start_command="start\n\n" end_command="end\n\n")
command
---
> start
>
> Command { name: "command", args: [], prefix: None, silent: false, fail: false, line_number: 77 }
> Command { name: "command", args: [], prefix: None, silent: false, fail: false, line_number: 80 }
> end
>

0 comments on commit 4006c2e

Please sign in to comment.