[fine] Empty blocks generate nothing
This commit is contained in:
parent
8835d9eaf2
commit
56e4be9a5b
3 changed files with 18 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ fn rebase_concrete(source_path: &str, dump: &str) {
|
|||
result.push_str(line);
|
||||
result.push_str("\n");
|
||||
|
||||
if line == "// concrete:" {
|
||||
if line == "// @concrete:" {
|
||||
found_concrete_section = true;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
10
fine/tests/expression/block.fine
Normal file
10
fine/tests/expression/block.fine
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// @concrete:
|
||||
// | File
|
||||
// | Block
|
||||
// | LeftBrace:'"{"'
|
||||
// | RightBrace:'"}"'
|
||||
// |
|
||||
|
||||
{}
|
||||
|
||||
// @type: 94 ()
|
||||
Loading…
Add table
Add a link
Reference in a new issue