Skip to content

Commit ef3c5b1

Browse files
author
exoego
committed
Escape special characters in string
1 parent 9381060 commit ef3c5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/compiler-options.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
- option: "-Xno-uescape"
430430
schema:
431431
type: "Boolean"
432-
description: "Disable handling of \u unicode escapes."
432+
description: "Disable handling of \\u unicode escapes."
433433
- option: "-Xnojline"
434434
schema:
435435
type: "Boolean"
@@ -812,7 +812,7 @@
812812
type: "String"
813813
arg: "path"
814814
default:
815-
description: "Write repl-generated classfiles to given output directory (use "" to generate a temporary dir)"
815+
description: "Write repl-generated classfiles to given output directory (use \"\" to generate a temporary dir)"
816816
- option: "-Yrepl-sync"
817817
schema:
818818
type: "Boolean"

0 commit comments

Comments
 (0)