1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/journey/route/definition
vaidehijoshi 3928e52bf8 Add test case for the | token in Journey scanner
Journey's scanner tokenizes the `|` (:OR) operator when scanning route
urls such as `"/:foo|*bar"`. However, the current scanner test does not
have any test cases for the `|` operator. This commit adds a test case
for this particular token.
2018-06-18 09:32:23 -07:00
..
parser_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
scanner_test.rb Add test case for the | token in Journey scanner 2018-06-18 09:32:23 -07:00