Skip to content

Commit 9588257

Browse files
committed
fix old test
1 parent 8f4f796 commit 9588257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/t08PropertyValidation.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
properties (GetAccess = 'public', SetAccess = 'private')
44
% ^^^^^^^^^ storage.modifier.properties.matlab
55
% ^ keyword.operator.assignment.matlab
6-
% ^^^^^^ storage.modifier.access.matlab
6+
% ^^^^^^^^ string.quoted.single.matlab
77
% ^^^^^^^^^ storage.modifier.properties.matlab
88
% ^ keyword.operator.assignment.matlab
9-
% ^^^^^^^ storage.modifier.access.matlab
9+
% ^^^^^^^^^ string.quoted.single.matlab
1010
% Commentary in the properties block
1111
% ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.percentage.matlab
1212
Prop % comment

0 commit comments

Comments
 (0)