Skip to content

Commit 308fc49

Browse files
committed
Fix multiline formatting in tests
1 parent b43bccd commit 308fc49

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

tests.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,34 +101,34 @@ ls-path-of
101101
member? "extensions/ls/test/Blank.nlogo" ls:path-of 0 => true
102102
member? "extensions/ls/test/Blank.nlogo" first ls:path-of [0] => true
103103

104-
*ls-errors-propogate
104+
*ls-errors-propagate
105105
extensions [ ls ]
106106
O> ls:create-models 1 "extensions/ls/test/Blank.nlogo"
107107

108-
O> ls:ask 0 [ error "hi" ] => STACKTRACE Extension exception: Model 0 (Blank.nlogo) encountered an error at expression 'error "hi"':\
109-
\
110-
hi\
111-
error while observer running ERROR\
112-
called by (anonymous command: [ error "hi" ])\
113-
called by (anonymous command: [ [__lsargs] -> __apply [ error "hi" ] __lsargs ])\
114-
called by procedure __EVALUATOR\
115-
error while observer running LS:ASK\
108+
O> ls:ask 0 [ error "hi" ] => STACKTRACE Extension exception: Model 0 (Blank.nlogo) encountered an error at expression 'error "hi"': /
109+
/
110+
hi /
111+
error while observer running ERROR /
112+
called by (anonymous command: [ error "hi" ]) /
113+
called by (anonymous command: [ [__lsargs] -> __apply [ error "hi" ] __lsargs ]) /
114+
called by procedure __EVALUATOR /
115+
error while observer running LS:ASK /
116116
called by procedure __EVALUATOR
117117

118-
[ 1 / count turtles ] ls:of 0 => STACKTRACE Extension exception: Model 0 (Blank.nlogo) encountered an error at expression '1 / count turtles':\
119-
\
120-
Division by zero.\
121-
error while observer running /\
122-
called by procedure __EVALUATOR\
123-
error while observer running LS:OF\
118+
[ 1 / count turtles ] ls:of 0 => STACKTRACE Extension exception: Model 0 (Blank.nlogo) encountered an error at expression '1 / count turtles': /
119+
/
120+
Division by zero. /
121+
error while observer running //
122+
called by procedure __EVALUATOR /
123+
error while observer running LS:OF /
124124
called by procedure __EVALUATOR
125125

126-
ls:report 0 [ 1 / count turtles ] => STACKTRACE Extension exception: Model 0 (Blank.nlogo) encountered an error at expression '1 / count turtles':\
127-
\
128-
Division by zero.\
129-
error while observer running /\
130-
called by procedure __EVALUATOR\
131-
error while observer running LS:REPORT\
126+
ls:report 0 [ 1 / count turtles ] => STACKTRACE Extension exception: Model 0 (Blank.nlogo) encountered an error at expression '1 / count turtles': /
127+
/
128+
Division by zero. /
129+
error while observer running //
130+
called by procedure __EVALUATOR /
131+
error while observer running LS:REPORT /
132132
called by procedure __EVALUATOR
133133

134134

0 commit comments

Comments
 (0)