You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For parsing in the UI, we're assuming there are exactly 2 spaces between
the line numbers and the code, and that the line numbers are
right-aligned before these 2 spaces (possible leading whitespace). To
test the corner cases of the parser, this fixes the indentation in the
mock codeSnip and changes the line numbers so the snip contains the
boundary between line 99 and line 100 (leading whitespace change).
Signed-off-by: Mike Turley <[email protected]>
0 commit comments