-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Fix spacing when generating field-like structures
1 parent
1df4b13
commit bf36160
Showing
16 changed files
with
121 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...tor__test__dense__snapshots__field__dense_field_identifier_ending_with_number_prefix.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
oof0.field |
5 changes: 5 additions & 0 deletions
5
...on_statement__dense_function_statement_empty_with_name_ending_with_number_with_field.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
function fn1.bar()end |
5 changes: 5 additions & 0 deletions
5
...nerator__test__dense__snapshots__type_declaration__dense_type_declaration_type_field.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
type Object=module.Object |
5 changes: 5 additions & 0 deletions
5
...ts__type_declaration__dense_type_declaration_type_field_with_name_ending_with_number.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
type Object=module0.Object |
5 changes: 5 additions & 0 deletions
5
...est__readable__snapshots__field__readable_field_identifier_ending_with_number_prefix.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
oof0.field |
5 changes: 5 additions & 0 deletions
5
...statement__readable_function_statement_empty_with_name_ending_with_number_with_field.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
function fn1.bar() end |
5 changes: 5 additions & 0 deletions
5
...r__test__readable__snapshots__type_declaration__readable_type_declaration_type_field.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
type Object = module.Object |
5 changes: 5 additions & 0 deletions
5
..._type_declaration__readable_type_declaration_type_field_with_name_ending_with_number.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
type Object = module0.Object |
5 changes: 5 additions & 0 deletions
5
...oken_based__snapshots__field__token_based_field_identifier_ending_with_number_prefix.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
oof0.field |
5 changes: 5 additions & 0 deletions
5
...tement__token_based_function_statement_empty_with_name_ending_with_number_with_field.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
function fn1.bar()end |
5 changes: 5 additions & 0 deletions
5
...t__token_based__snapshots__type_declaration__token_based_type_declaration_type_field.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
type Object=module.Object |
5 changes: 5 additions & 0 deletions
5
...pe_declaration__token_based_type_declaration_type_field_with_name_ending_with_number.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: src/generator/mod.rs | ||
expression: generator.into_string() | ||
--- | ||
type Object=module0.Object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters