Skip to content

json: escape U+2028 and U+2029 #27

json: escape U+2028 and U+2029

json: escape U+2028 and U+2029 #27

Workflow file for this run

name: alpine3-clang -std=c++17
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: takei/libyu-dev:alpine3-clang
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXX=clang++