Skip to content

Commit add0e02

Browse files
authored
Small playground improvements (#1025)
1 parent b7c515f commit add0e02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/playground/text.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
hello world testing
2+
3+
another three words

data/playground/typescript.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
const value = "value";
1+
function helloWorld() {
2+
const value = "value";
3+
}

0 commit comments

Comments
 (0)