diff options
Diffstat (limited to 'generator/testdata')
| -rw-r--r-- | generator/testdata/custom_content.md | 2 | ||||
| -rw-r--r-- | generator/testdata/example.md | 2 | ||||
| -rw-r--r-- | generator/testdata/no_custom_content.md | 2 | ||||
| -rw-r--r-- | generator/testdata/sigs.yaml | 5 |
4 files changed, 5 insertions, 6 deletions
diff --git a/generator/testdata/custom_content.md b/generator/testdata/custom_content.md index 501f56b4..592088e3 100644 --- a/generator/testdata/custom_content.md +++ b/generator/testdata/custom_content.md @@ -27,5 +27,3 @@ Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/ <!-- BEGIN CUSTOM CONTENT --> FOO BAR BAZ <!-- END CUSTOM CONTENT --> - -Last generated: Wed Jun 7 2017 14:27:56 diff --git a/generator/testdata/example.md b/generator/testdata/example.md index 63ddbe7b..9016ae83 100644 --- a/generator/testdata/example.md +++ b/generator/testdata/example.md @@ -5,5 +5,3 @@ custom content! <!-- END CUSTOM CONTENT --> - -Last generated: Thu Jun 15 2017 15:20:28
\ No newline at end of file diff --git a/generator/testdata/no_custom_content.md b/generator/testdata/no_custom_content.md index 737509fd..34299789 100644 --- a/generator/testdata/no_custom_content.md +++ b/generator/testdata/no_custom_content.md @@ -27,5 +27,3 @@ Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/ <!-- BEGIN CUSTOM CONTENT --> <!-- END CUSTOM CONTENT --> - -Last generated: Wed Jun 7 2017 14:27:56 diff --git a/generator/testdata/sigs.yaml b/generator/testdata/sigs.yaml new file mode 100644 index 00000000..a4fe858c --- /dev/null +++ b/generator/testdata/sigs.yaml @@ -0,0 +1,5 @@ +sigs: + - name: Foo + - name: Bar +workinggroups: + - name: Baz |
