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.
#elif
1 parent f7c4cfe commit 517d776Copy full SHA for 517d776
Tests/SwiftParserTest/translated/IfconfigExprTests.swift
@@ -493,7 +493,28 @@ final class IfconfigExprTests: XCTestCase {
493
"""
494
)
495
}
496
-
+
497
+ func testIfConfigExpr34() {
498
+ AssertParse(
499
+ """
500
+ #if MY_FLAG
501
+ #
502
+ elif
503
+ #endif
504
505
+ )
506
+ }
507
508
+ func testIfConfigExpr35() {
509
510
511
512
+ # elif
513
514
515
516
517
518
func testUnknownPlatform1() {
519
AssertParse(
520
0 commit comments