Skip to content

Commit abc58b7

Browse files
committed
TEST: updated form error test to expected result after change done in: 13da594
1 parent 84ff7d4 commit abc58b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/units/mold-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Rebol [
511511
--test-- "form error!"
512512
; no ANSI escape sequence!
513513
--assert parse (form try [1 / 0]) [
514-
{** Math error: attempt to divide by zero^/}
514+
{^/** Math error: attempt to divide by zero^/}
515515
{** Where: / try} thru #"^/"
516516
{** Near: / 0^/}
517517
]

0 commit comments

Comments
 (0)