Commit 81d9917
committed
Fix Issue886 test: remove blank lines between consecutive members
The VB source has no blank line between `End Structure` and `Class C`,
and no blank line between `Sub Foo` and `Sub Bar`. Line trivia mapping
preserves source blank-line layout, so the expected C# output must also
omit those blank lines (consistent with TestGenericInheritanceInGlobalNamespace
and TestMissingByRefArgumentWithNoExplicitDefaultValue).
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent 3adf057 commit 81d9917
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
984 | | - | |
985 | 984 | | |
986 | 985 | | |
987 | 986 | | |
988 | 987 | | |
989 | 988 | | |
990 | | - | |
991 | 989 | | |
992 | 990 | | |
993 | 991 | | |
| |||
0 commit comments