Skip to content

Commit

Permalink
Update testcases csv
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRataplan committed Sep 19, 2023
1 parent 9b54587 commit ab18b70
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ci-qt3testsxqueryx": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha --paths --project test/qt3testsXQueryX.ts",
"ci-test": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha \"test/specs/**/*.ts\" --parallel",
"ci-test-jscodegen": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha \"test/specs/**/*.ts\" --parallel -- --jscodegen",
"ci-xqutstests": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha --paths --parallel test/xqutsTests.ts",
"ci-xqutstests": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha test/xqutsTests.ts",
"ci-xqutstestsxqueryx": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --no-clean --require ts-node/register --require tsconfig-paths/register mocha --paths --parallel test/xqutsTestsXQueryX.ts",
"coverage": "nyc report --reporter=text-lcov",
"integrationtests": "ts-mocha --require test/testhook.js \"test/specs/parsing/**/*.ts\" --parallel",
Expand Down
2 changes: 1 addition & 1 deletion src/parsing/parseExpression.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Location } from 'src/expressions/debug/StackTraceGenerator';
import { Location } from '../expressions/debug/StackTraceGenerator';
import { StackTraceEntry } from '../expressions/debug/StackTraceEntry';
import { IAST } from './astHelper';
import { parseUsingPrsc } from './prscParser';
Expand Down
1 change: 0 additions & 1 deletion src/parsing/processProlog.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import StackTraceGenerator from 'src/expressions/debug/StackTraceGenerator';
import type { EvaluableExpression } from '../evaluateXPath';
import ISequence from '../expressions/dataTypes/ISequence';
import sequenceFactory from '../expressions/dataTypes/sequenceFactory';
Expand Down
Loading

0 comments on commit ab18b70

Please sign in to comment.