Skip to content

Commit 305578b

Browse files
committed
fix now-unsupported unicode escape in test source
1 parent 4e1e38e commit 305578b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-test/src/main/scala/org/scalatest/OperatorNames.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class OperatorNames {
3535
def op_5e_^ : Boolean = true
3636
def op_7c_| : Boolean = true
3737
def op_7e_~ : Boolean = true
38-
def op_7f_\u007f : Boolean = true
38+
def `op_7f_\u007f` : Boolean = true
3939

4040
def !!! : Boolean = true
4141
def ### : Boolean = true

0 commit comments

Comments
 (0)