summaryrefslogtreecommitdiff
path: root/test/ripper/test_scanner_events.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper/test_scanner_events.rb')
-rw-r--r--test/ripper/test_scanner_events.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ripper/test_scanner_events.rb b/test/ripper/test_scanner_events.rb
index 3eed35718b..2474588f76 100644
--- a/test/ripper/test_scanner_events.rb
+++ b/test/ripper/test_scanner_events.rb
@@ -591,15 +591,6 @@ class TestRipper::ScannerEvents < Test::Unit::TestCase
scan('tstring_end', '%Q[abcdef]')
end
- def test_tstring_suffix
- assert_equal ['"f'],
- scan('tstring_end', '"abcdef"f')
- assert_equal [']f'],
- scan('tstring_end', '%q[abcdef]f')
- assert_equal [']f'],
- scan('tstring_end', '%Q[abcdef]f')
- end
-
def test_regexp_beg
assert_equal [],
scan('regexp_beg', '')