1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

scanner: fix new string interpolation: print('{n:10}') (fix #16321) (#16325)

This commit is contained in:
yuyi
2022-11-06 13:20:21 +08:00
committed by GitHub
parent 056f1b7c06
commit d701cf561c
3 changed files with 55 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
<html>
<header>
<title>@title</title>
<style>html{display:none}</style>
<style>html{display: none}</style>
@css 'index.css'
</header>
<body>
@@ -10,4 +10,3 @@
<p>@message</p>
</body>
</html>