Skip to content

Properly account for crlf line breaks in readInvalidTemplateToken #401

Properly account for crlf line breaks in readInvalidTemplateToken

Properly account for crlf line breaks in readInvalidTemplateToken #401

Workflow file for this run

name: ci
on: [push, pull_request]
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install
- run: npm test
- run: npm run test:test262