1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
semantic/test/fixtures/ruby/corpus/delimiter.B.rb

7 lines
46 B
Ruby
Raw Normal View History

2017-02-23 01:36:22 +03:00
%q/b/
%q{d{e}f}
%/b/
%Q/b/
%{d{e}f}
2017-02-23 01:41:30 +03:00
%Q{d{e}f}