File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import { expect , test } from '@playwright/test' ;
2- import { promises as fs } from 'fs' ;
3- import { decompressFromBase64 } from 'lz-string' ;
1+ import { expect , test } from '@playwright/test' ;
2+ import { promises as fs } from 'fs' ;
3+ import { decompressFromBase64 } from 'lz-string' ;
44
55const prefix = 'https://play.kotlinlang.org/editor/v1/' as const ;
66
@@ -56,15 +56,15 @@ ${' '}
5656 println(name)
5757 println(value)
5858${ ' ' }
59- }`
59+ }` ,
6060 } ) ;
6161
6262 //language=text
6363 const codeWithMark = `fun containsEven(collection: Collection<Int>): Boolean = collection.any {[mark]TODO()[/mark]}` ;
6464
65- checkLink ( generateCrosslink ( codeWithMark ) , {
65+ checkLink ( generateCrosslink ( codeWithMark ) , {
6666 //language=kotlin
67- code : `fun containsEven(collection: Collection<Int>): Boolean = collection.any {TODO()}`
67+ code : `fun containsEven(collection: Collection<Int>): Boolean = collection.any {TODO()}` ,
6868 } ) ;
6969 } ) ;
7070
You can’t perform that action at this time.
0 commit comments