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: gcc-9 -std=c++14
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: gcc:9
steps:
- uses: actions/checkout@v3
- name: make check
run: make check CXXFLAGS=-std=c++14