summaryrefslogtreecommitdiff
path: root/test/functional/vhdl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/vhdl.rb')
-rw-r--r--test/functional/vhdl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/vhdl.rb b/test/functional/vhdl.rb
index fb4b4e1..c7e3824 100644
--- a/test/functional/vhdl.rb
+++ b/test/functional/vhdl.rb
@@ -34,7 +34,7 @@ class VHDL < CodeRay::Scanners::Scanner
add(PREDEFINED_TYPES, :pre_type).
add(PREDEFINED_CONSTANTS, :pre_constant)
- ESCAPE = / [rbfnrtv\n\\'"] | x[a-fA-F0-9]{1,2} | [0-7]{1,3} /x
+ ESCAPE = / [rbfntv\n\\'"] | x[a-fA-F0-9]{1,2} | [0-7]{1,3} /x
UNICODE_ESCAPE = / u[a-fA-F0-9]{4} | U[a-fA-F0-9]{8} /x
def scan_tokens tokens, options