Skip to content

Commit 86c193a

Browse files
committed
Replace ^ with & in three tests
This prevents build system found in build `4077` from failing tests erroneously
1 parent 95dca0b commit 86c193a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/syntax_test_excel.xls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ TEXTJOIN(";",FALSE,valmax)
681681
' ^^ meta.reference.cell.sheet storage.type.sheet
682682
' <- keyword.operator.assignment.sheet
683683

684-
='^'!A1
684+
='&'!A1
685685
'^^^^ meta.reference.sheet
686686
'^ punctuation.definition.annotation.begin.sheet
687687
' ^ entity.name.struct.sheet

tests/syntax_test_google.gsheet.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ TEXTJOIN(";",FALSE,valmax)
702702
' ^ punctuation.separator.sequence.sheet
703703
' ^^ meta.reference.cell.sheet storage.type.sheet
704704

705-
='^'!A1
705+
='&'!A1
706706
'^^^^ meta.reference.sheet
707707
'^ punctuation.definition.annotation.begin.sheet
708708
' ^ entity.name.struct.sheet

tests/syntax_test_libre_references.localc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
' ^^ meta.reference.cell.sheet storage.type.sheet
9191
' <- keyword.operator.assignment.sheet
9292

93-
='^'!A1
93+
='&'!A1
9494
'^^^^^^ meta.reference - meta.reference meta.reference
9595
'^^^^ meta.reference.sheet
9696
'^ punctuation.definition.annotation.begin.libre

0 commit comments

Comments
 (0)