#259 No Commas Before BREAK

This commit is contained in:
Physton
2023-10-31 15:33:14 +08:00
parent d804c98a76
commit d8732467d2

View File

@@ -943,6 +943,8 @@ export default {
splitSymbol = ''
}
}
} else if (nextIsBreak) {
splitSymbol = ' '
}
if (tag.value === 'BREAK') {