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

strconv: printf and string format utilities

This commit is contained in:
penguindark
2020-04-26 09:23:10 +02:00
committed by GitHub
parent 7955181c6c
commit b67698888c
5 changed files with 968 additions and 6 deletions

View File

@@ -214,6 +214,8 @@ jobs:
# run: ./v -silent build-vbinaries
## - name: Test v->js
## run: ./v -o hi.js examples/hello_v_js.v && node hi.js
- name: quick debug
run: ./v -stats vlib/strconv/format_test.v
- name: Fixed tests
run: ./v test-fixed
@@ -270,6 +272,8 @@ jobs:
echo %VFLAGS%
echo $VFLAGS
.\make.bat -msvc
- name: quick debug
run: ./v -stats vlib/strconv/format_test.v
- name: Fixed tests
run: |
./v -cg cmd\tools\vtest-fixed.v