Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ SYNTAX: STOP-HERE
SYNTAX: TASK:
lexer get next-line ;

! Label the test that follows with its description. The marker lets the
! wrapper strip this line from captured output and attach it to the next
! test as a name, rather than leaving it in the previous test's output.
: description ( str -- )
"###DESC### " write print ;

! Print one failure block in a stable, parser-friendly form. Bracketed by
! markers so a wrapper can split the stream reliably and avoid Factor's
! noisy callstack output (which is interleaved with subsequent failures).
Expand Down
Loading