repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Coerce elements which respond to #to_ary for Array#flatten
[rbx.git]
/
spec
/
parser
/
symbol_spec.rb
blob
8ed4d2d3789f8c02e3d6a6de98698275d25d3171
1
require File.dirname(__FILE__) + '/../spec_helper'
2
3
describe "Parser" do
4
it "parses a symbol literal that uses single quotes" do
5
:'$4 for one or two'.should == :'$4 for one or two'
6
:'&smack'.should == :'&smack'
7
end
8
end