Skip to content

Commit e097856

Browse files
Add test fixtures
1 parent 2bc589a commit e097856

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class foo-bar {
2+
notify { 'hello': }
3+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
classes:
3+
foo-bar:
4+
parameters: []
5+
resources:
6+
notify:
7+
- title: hello

0 commit comments

Comments
 (0)