mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
[html] Formatting JavaScript placed after div elements inside html file adds 12 extra tabs. Fixes #23063
This commit is contained in:
6
extensions/html/server/src/test/fixtures/inputs/21634.html
vendored
Normal file
6
extensions/html/server/src/test/fixtures/inputs/21634.html
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<app-route path="/module" element="page-module" bindRouter onUrlChange="updateModel"></app-route>
|
||||
|
||||
<script>
|
||||
Polymer({
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user