8000 add another example for rubychan/coderay#171 · rubychan/coderay-scanner-tests@eea7d3a · GitHub
[go: up one dir, main page]

Skip to content

Commit eea7d3a

Browse files
committed
add another example for rubychan/coderay#171
1 parent 6eaf616 commit eea7d3a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ruby/ruby19.expected.raydebug

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ ident(_) key(_)operator(:)ident(_)
2121

2222
ident(keywords) key(for)operator(:)ident(keys)
2323
ident(predefined_constants) key(nil)operator(:)ident(keys)
24-
key(alias)operator(:)key(void)operator(:)ident(goto)
24+
key(alias)operator(:)key(void)operator(:)ident(goto)
25+
26+
operator({)symbol(:foo) operator(=)operator(>) string<delimiter(')content(bar)delimiter(')>operator(,) key(foo)operator(:) string<delimiter(')content(bar)delimiter(')>operator(})

ruby/ruby19.in.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121

2222
keywords for:keys
2323
predefined_constants nil:keys
24-
alias:void:goto
24+
alias:void:goto
25+
26+
{:foo => 'bar', foo: 'bar'}

0 commit comments

Comments
 (0)
0