Skip to content

Commit 1b3d1ce

Browse files
committed
Allow repeated separators
1 parent eec814f commit 1b3d1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/Sema/educational_note_diags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ extension (Int, Int) {}
44

55
// DESCRIPTIVE: key.description: "non-nominal type
66
// DESCRIPTIVE: key.educational_note_paths: [
7-
// DESCRIPTIVE-NEXT: "{{/|\\}}educational{{/|\\}}notes{{/|\\}}path{{/|\\}}prefix{{/|\\}}nominal-types.md"
7+
// DESCRIPTIVE-NEXT: "{{[/\\]+}}educational{{[/\\]+}}notes{{[/\\]+}}path{{[/\\]+}}prefix{{[/\\]+}}nominal-types.md"
88
// DESCRIPTIVE-NEXT: ]
99

1010
// RUN: %sourcekitd-test -req=sema %s -- %s | %FileCheck %s -check-prefix=DESCRIPTIVE-DISABLED

0 commit comments

Comments
 (0)