mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3928e52bf8
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. |
||
---|---|---|
.. | ||
parser_test.rb | ||
scanner_test.rb |