Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c97c91

Browse files
committed
whitespace
1 parenta351d9e commit4c97c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/coderay/scanners/java_script.rb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class JavaScript < Scanner
4040
add(KEYWORDS,:keyword)# :nodoc:
4141

4242
ESCAPE=/ [bfnrtv\n\\'"] | x[a-fA-F0-9]{1,2} | [0-7]{1,3} /x# :nodoc:
43-
UNICODE_ESCAPE=/ u[a-fA-F0-9]{4} | U[a-fA-F0-9]{8} /x# :nodoc:
44-
REGEXP_ESCAPE=/ [bBdDsSwW] /x# :nodoc:
43+
UNICODE_ESCAPE=/ u[a-fA-F0-9]{4} | U[a-fA-F0-9]{8} /x# :nodoc:
44+
REGEXP_ESCAPE=/ [bBdDsSwW] /x# :nodoc:
4545
STRING_CONTENT_PATTERN={
4646
"'"=>/[^\\']+/,
4747
'"'=>/[^\\"]+/,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp