test/snapshots/subset.txt in livetext-0.9.21 vs test/snapshots/subset.txt in livetext-0.9.22

- old
+ new

@@ -17,30 +17,25 @@ # The i and x (to include/exclude) must be the first token on # the line (preceding the test name) # Note that QUIT (on a line by itself) will stop processing the file -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 -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 -# Dummy command .icanhaz works like .mixin or .import - -x icanhaz # "Leading" output doesn't get generated (same as error_no_such_inc) - icanhaz2 # works? - # 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 simple_copy # -x simple_import # not working yet (but *could* sub in .icanhaz) + simple_import # simple_include # simple_mixin # +x import # "Leading" output doesn't get generated (same as error_no_such_inc) + import2 # + # raw input single_raw_line # raw_lines # @@ -70,13 +65,17 @@ # 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 # functions functions # + more_functions # # More/misc... example_alpha # example_alpha2 #