test/snapshots/subset.txt in livetext-0.9.24 vs test/snapshots/subset.txt in livetext-0.9.25

- old
+ new

@@ -22,18 +22,18 @@ # Others (usually passing): # import/include/mixin, others... -x error_no_such_inc # Output BEFORE error doesn't get passed through ("leading" output) -x error_no_such_copy # ^ Same behavior as error_no_such_inc -x error_no_such_mixin # ^ Same behavior as error_missing_end + error_no_such_inc # Output BEFORE error doesn't get passed through ("leading" output) + error_no_such_copy # ^ Same behavior as error_no_such_inc + error_no_such_mixin # ^ Same behavior as error_missing_end simple_copy # simple_import # simple_include # simple_mixin # -x import # "Leading" output doesn't get generated (same as error_no_such_inc) + import # "Leading" output doesn't get generated (same as error_no_such_inc) import2 # mixin_bookish # import_bookish # # raw input @@ -66,12 +66,12 @@ # Errors error_line_num # error_mismatched_end # error_name_not_permitted # -x error_invalid_name # ^ Same behavior as error_no_such_inc -x error_missing_end # Output is duplicated somehow. Look for: puts @body or puts @main.body -x error_inc_line_num # Forgot what's wrong here + error_invalid_name # ^ Same behavior as error_no_such_inc + error_missing_end # Output is duplicated somehow. Look for: puts @body or puts @main.body + error_inc_line_num # Forgot what's wrong here # functions functions # more_functions #