diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/heex-ts-mode-resources/indent.erts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/lisp/progmodes/heex-ts-mode-resources/indent.erts b/test/lisp/progmodes/heex-ts-mode-resources/indent.erts index 500ddb2b536..7fef6571933 100644 --- a/test/lisp/progmodes/heex-ts-mode-resources/indent.erts +++ b/test/lisp/progmodes/heex-ts-mode-resources/indent.erts | |||
| @@ -45,3 +45,19 @@ Name: Slots | |||
| 45 | </:bar> | 45 | </:bar> |
| 46 | </Foo> | 46 | </Foo> |
| 47 | =-=-= | 47 | =-=-= |
| 48 | |||
| 49 | Name: Expression | ||
| 50 | |||
| 51 | =-= | ||
| 52 | <div> | ||
| 53 | { | ||
| 54 | @bar | ||
| 55 | } | ||
| 56 | </div> | ||
| 57 | =-= | ||
| 58 | <div> | ||
| 59 | { | ||
| 60 | @bar | ||
| 61 | } | ||
| 62 | </div> | ||
| 63 | =-=-= | ||