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

all: update assoc syntax (#8274)

This commit is contained in:
Daniel Däschle
2021-01-22 23:24:48 +01:00
committed by GitHub
parent 12897d1e2b
commit dbf84520f1
30 changed files with 138 additions and 75 deletions

View File

@@ -846,7 +846,9 @@ jobs:
- name: Install zzuf
run: sudo apt install -qq zzuf
- name: Build local v
run: make -j4
run: |
make -j4
./v -g cmd/tools/vtest-parser.v
- name: Run test-parser over fuzzed files
run: |
zzuf -R '\x00-\x20\x7f-\xff' -r0.01 < examples/hello_world.v > examples/hello_world_fuzz.v