Skip to content

Add support for escaped UTF-8 strings #66

Add support for escaped UTF-8 strings

Add support for escaped UTF-8 strings #66

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: dependencies
run: sudo apt-get install cmake make g++
- name: prepare
run: cmake .
- name: compilation
run: make
- name: test cases
run: ./run-tests