You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN: %ProtectFileCheckOutput not FileCheck /dev/null < /dev/null 2>&1 \
23
23
RUN: -comment-prefixes='foo ' | \
24
24
RUN: FileCheck -check-prefix=PREFIX-BAD-CHAR2 %s
25
-
PREFIX-BAD-CHAR1: error: supplied comment prefix must start with a letter and contain only alphanumeric characters, hyphens, and underscores: '.'
26
-
PREFIX-BAD-CHAR2: error: supplied comment prefix must start with a letter and contain only alphanumeric characters, hyphens, and underscores: 'foo '
25
+
PREFIX-BAD-CHAR1: error: supplied comment prefix must start with a letter or digit and contain only ascii alphanumeric characters, hyphens, and underscores: '.'
26
+
PREFIX-BAD-CHAR2: error: supplied comment prefix must start with a letter or digit and contain only ascii alphanumeric characters, hyphens, and underscores: 'foo '
27
27
28
28
# Check duplicate comment prefixes.
29
29
RUN: %ProtectFileCheckOutput not FileCheck /dev/null < /dev/null 2>&1 \
0 commit comments