We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036b2f5 commit 3c841b8Copy full SHA for 3c841b8
test/Parse/nonbreaking_space.swift
@@ -0,0 +1,6 @@
1
+// RUN: %target-typecheck-verify-swift
2
+
3
+let nonBreakingSpace1 = 3 // expected-warning {{non-breaking space (U+00A0) used instead of regular space}} {{22-24= }}
4
5
+let nonBreakingSpace2 = 3 // expected-warning {{non-breaking space (U+00A0) used instead of regular space}} {{24-26= }}
6
0 commit comments