Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout for expansion of string @context #164

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ node_js:
sudo: false
# download test suite and run tests... submodule? meta testing project with
# all of the reference implementations?
script:
- git clone https://github.com/json-ld/json-ld.org.git _json-ld.org
script:
- git clone https://github.com/iilab/json-ld.org.git -b test/jsonldjs-simple-context-timeout _json-ld.org
- make test-suite JSONLD_TEST_SUITE=./_json-ld.org/test-suite
- git clone https://github.com/json-ld/normalization.git _normalization
- make test-suite JSONLD_TEST_SUITE=./_normalization/tests
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# jsonld ChangeLog

## [Unreleased]
- Expansion performance test in test-suite.

## [0.4.11] - 2016-04-24

Expand Down