fix basic types
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
FooBar
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:module, "FooBar"))
|
||||
s(:class_name, :FooBar)
|
||||
|
@ -1,4 +1,3 @@
|
||||
foo
|
||||
foo
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:name, :foo))
|
||||
s(:name, :foo)
|
||||
|
@ -1,4 +1,3 @@
|
||||
foo_bar
|
||||
foo_bar
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:name, :foo_bar))
|
||||
s(:name, :foo_bar)
|
||||
|
@ -1,4 +1,3 @@
|
||||
_bar
|
||||
_bar
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:name, :_bar))
|
||||
s(:name, :_bar)
|
||||
|
@ -1,4 +1,3 @@
|
||||
42
|
||||
42
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:int, 42))
|
||||
s(:int, 42)
|
||||
|
@ -1,4 +1,2 @@
|
||||
"hello"
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:string, "hello"))
|
||||
"hello"-- -- --
|
||||
s(:string, "hello")
|
||||
|
@ -1,4 +1,2 @@
|
||||
"hello \nyou"
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:string, "hello \\nyou"))
|
||||
"hello \nyou"-- -- --
|
||||
s(:string, "hello \\nyou")
|
||||
|
Reference in New Issue
Block a user