Skip to content

Commit d6760ab

Browse files
committed
t add approved files to the project
1 parent 0517ba0 commit d6760ab

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
TITLE
2+
3+
4+
placeholder input.value1
5+
placeholder input.value2
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[input1.value1, input2.value1] => placeholder
2+
[input1.value1, input2.value2] => placeholder
3+
[input1.value1, input2.value3] => placeholder
4+
[input1.value2, input2.value1] => placeholder
5+
[input1.value2, input2.value2] => placeholder
6+
[input1.value2, input2.value3] => placeholder
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[hello, 1] => (hello,1)
2+
[hello, 2] => (hello,2)
3+
[hello, 3] => (hello,3)
4+
[world, 1] => (world,1)
5+
[world, 2] => (world,2)
6+
[world, 3] => (world,3)

0 commit comments

Comments
 (0)