diff options
| author | Jamie Hannaford <jamie.hannaford@rackspace.com> | 2017-06-15 19:48:05 +0200 |
|---|---|---|
| committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | 2017-07-14 10:20:04 +0200 |
| commit | 2cb3b0f005d67869340158fde337dd8745058fa1 (patch) | |
| tree | 63d19998212f6fb28cfab4745baeefa17aa57e2c /generator/testdata | |
| parent | eab658607d41550c3cad7e7a83c7da3752a01eb9 (diff) | |
Remove duplication
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 |
