test
Ruby
code posted
created at 25 Dec 16:36
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# # # # For Reference 42 "String with #{ :interpolation }" /regex$/ $/ # # # # TEST CASE 1: Question Marks # SHOULD BE HIGHLIGHTED AS: Array of Strings - Operator - String - Operator - String [?', ?(] ?'a':'b' # # # # TEST CASE 2: Percent Format # SHOULD BE HIGHLIGHTED AS: String - Operator - Array of Numbers "%d %d %d"%[1,2,3] # # # # TEST CASE 3: Space-delimited String # SHOULD BE HIGHLIGHTED AS: String Delimiter - String % 5 # # # # # TEST CASE 4: Multi-line Regex with Global Variable Interpolation # SHOULD BE HIGHLIGHTED AS: Regex Delimiter - Regex - # Interpolation Character (Optional) - # Global Variable - # Regex Delimiter - Regex Options / $$#$/ /omix # # # # TEST CASE 5: Nested Heredoc # SHOULD BE HIGHLIGHTED AS: Method - String Delimiter - Operator - # String Delimiter - String - String Delimiter # String - String Delimiter puts <<HERE<<<<THERE foo 42 HERE bla 43 THERE |
1.05 KB in 2 ms with coderay