test/unit/formatline.rb in livetext-0.9.22 vs test/unit/formatline.rb in livetext-0.9.23

- old
+ new

@@ -2,9 +2,11 @@ require_relative '../../lib/livetext' class TestingLivetext < MiniTest::Test + FormatLine = Livetext::FormatLine + # Some (most) methods were generated via the code # seen in the comment at the bottom of this file... def test_simple_string parse = FormatLine.new("only testing")