Skip to content

Don't consume/eat the the exlaimation mark at the end of a link (#85) #290

Don't consume/eat the the exlaimation mark at the end of a link (#85)

Don't consume/eat the the exlaimation mark at the end of a link (#85) #290

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: cargo test
- run: wasm-pack test --headless --chrome
- run: wasm-pack test --headless --firefox