Merge branch 'webide/update-example-names' into 'dev'
webide/update to shorten example names in webide See merge request ligolang/ligo!660
This commit is contained in:
commit
f7069de52d
@ -1,5 +1,5 @@
|
|||||||
(*_*
|
(*_*
|
||||||
name: Increment Contract (CameLIGO)
|
name: Increment (CameLIGO)
|
||||||
language: cameligo
|
language: cameligo
|
||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
(*_*
|
(*_*
|
||||||
name: ID Contract (CameLIGO)
|
name: ID (CameLIGO)
|
||||||
language: cameligo
|
language: cameligo
|
||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
(*_*
|
(*_*
|
||||||
name: Increment Contract (PascaLIGO)
|
name: Increment (PascaLIGO)
|
||||||
language: pascaligo
|
language: pascaligo
|
||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
(*_*
|
(*_*
|
||||||
name: ID Contract (PascaLIGO)
|
name: ID (PascaLIGO)
|
||||||
language: pascaligo
|
language: pascaligo
|
||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
(*_*
|
(*_*
|
||||||
name: Increment Contract (ReasonLIGO)
|
name: Increment (ReasonLIGO)
|
||||||
language: reasonligo
|
language: reasonligo
|
||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* (*_*
|
/* (*_*
|
||||||
name: ID Contract (ReasonLIGO)
|
name: ID (ReasonLIGO)
|
||||||
language: reasonligo
|
language: reasonligo
|
||||||
compile:
|
compile:
|
||||||
entrypoint: main
|
entrypoint: main
|
||||||
|
@ -24,7 +24,7 @@ describe('Share', () => {
|
|||||||
await responseCallback;
|
await responseCallback;
|
||||||
|
|
||||||
const actualShareLink = await page.evaluate(getInputValue, 'share-link');
|
const actualShareLink = await page.evaluate(getInputValue, 'share-link');
|
||||||
const expectedShareLink = `${API_HOST}/p/Q6NsW75ot2Tym5I4JU8AgQ`
|
const expectedShareLink = `${API_HOST}/p/_NR3BFP2j3bclsSLzP6fXg`
|
||||||
|
|
||||||
expect(actualShareLink).toEqual(expectedShareLink);
|
expect(actualShareLink).toEqual(expectedShareLink);
|
||||||
done();
|
done();
|
||||||
|
Loading…
Reference in New Issue
Block a user