Skip to content

Commit 35b2372

Browse files
authored
reference: Add missing test.yml (#204)
* reference: Add image Signed-off-by: Ce Gao <ce.gao@outlook.com> * reference: Add test Signed-off-by: Ce Gao <ce.gao@outlook.com> * reference: Add test Signed-off-by: Ce Gao <ce.gao@outlook.com> * reference: Add test Signed-off-by: Ce Gao <ce.gao@outlook.com> * reference: Add test Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 5a6f1be commit 35b2372

File tree

69 files changed

+849
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+849
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
reference: https://processing.org/reference/images/beginContour_0.png
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
reference: https://processing.org/reference/images/beginShape_0.png
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
reference: https://processing.org/reference/images/beginShape_9.png
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
beginShape(QUAD_STRIP)
2+
vertex(30, 20)
3+
vertex(30, 75)
4+
vertex(50, 20)
5+
vertex(50, 75)
6+
vertex(65, 20)
7+
vertex(65, 75)
8+
vertex(85, 20)
9+
vertex(85, 75)
10+
endShape()
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mode=R
2+
mode.id=rprocessing.mode.RLangMode
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
reference: https://processing.org/reference/images/beginShape_10.png
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
beginShape()
2+
vertex(20, 20)
3+
vertex(40, 20)
4+
vertex(40, 40)
5+
vertex(60, 40)
6+
vertex(60, 60)
7+
vertex(20, 60)
8+
endShape(CLOSE)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mode=R
2+
mode.id=rprocessing.mode.RLangMode
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
reference: https://processing.org/reference/images/beginShape_1.png
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
reference: https://processing.org/reference/images/beginShape_2.png

0 commit comments

Comments
 (0)