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
Copy file name to clipboardExpand all lines: Sources/_SwiftSyntaxTestSupport/IncrementalParseTestUtils.swift
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,27 @@ import XCTest
19
19
/// 1. Round-trip on the incrementally parsed syntax tree.
20
20
/// 2. verify that incrementally parsing the edited source base on the original source produces the same syntax tree as reparsing the post-edit file from scratch.
21
21
/// 3. verify the reused nodes fall into expectations.
22
+
///
23
+
/// - parameter reusedNodes: The element order should respect to the order of `ReusedNodeSpec.source` in `source`.
0 commit comments