mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
scanner: fix when string literal ends after } (#7237)
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -596,8 +596,8 @@ jobs:
|
||||
name: client wss
|
||||
path: ${{github.workspace}}/reports_wss/clients/index.html
|
||||
|
||||
parser-silent-hello-world:
|
||||
name: Parser silent mode - examples/hello_world.v
|
||||
parser-silent:
|
||||
name: Parser silent mode
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@@ -607,3 +607,4 @@ jobs:
|
||||
- name: Run test-parser
|
||||
run: |
|
||||
./v test-parser examples/hello_world.v
|
||||
./v test-parser examples/hanoi.v
|
||||
|
||||
Reference in New Issue
Block a user