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

scanner: better interpolation names + disable vweb html test for now

This commit is contained in:
Alexander Medvednikov
2019-09-21 01:27:13 +03:00
parent 6ebd62020a
commit 90e26a34c5
2 changed files with 18 additions and 16 deletions

View File

@ -24,11 +24,13 @@ pub fn (app mut App) json_endpoint() {
app.vweb.json('{"a": 3}')
}
/*
pub fn (app mut App) index() {
app.cnt ++
$vweb.html()
}
*/
pub fn (app mut App) text() {
app.vweb.text('hello world')