Skip to content

Commit

Permalink
Fixed line numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
  • Loading branch information
StephenWakely committed Jun 13, 2021
1 parent 7d37abc commit e2982d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/vrl/tests/tests/internal/fallible_op1.vrl
@@ -1,9 +1,9 @@
# object: { "foo": "bar" }
# result:
# error[E100]: unhandled error
# ┌─ :3:1
# ┌─ :2:1
# │
# 3 │ (.foo == "this" || match(.bar, r''))
# 2 │ (.foo == "this" || match(.bar, r''))
# │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# │ │
# │ expression can result in runtime error
Expand Down
4 changes: 2 additions & 2 deletions lib/vrl/tests/tests/internal/fallible_op2.vrl
@@ -1,9 +1,9 @@
# object: { "foo": "bar" }
# result:
# error[E100]: unhandled error
# ┌─ :3:1
# ┌─ :2:1
# │
# 3 │ (match(.bar, r'') || .foo == "this")
# 2 │ (match(.bar, r'') || .foo == "this")
# │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# │ │
# │ expression can result in runtime error
Expand Down

0 comments on commit e2982d6

Please sign in to comment.