From eab658607d41550c3cad7e7a83c7da3752a01eb9 Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Thu, 15 Jun 2017 14:25:20 +0200 Subject: Add tests --- generator/testdata/custom_content.md | 31 +++++++++++++++++++++++++++++++ generator/testdata/example.md | 9 +++++++++ generator/testdata/example.tmpl | 1 + generator/testdata/no_custom_content.md | 31 +++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 generator/testdata/custom_content.md create mode 100644 generator/testdata/example.md create mode 100644 generator/testdata/example.tmpl create mode 100644 generator/testdata/no_custom_content.md (limited to 'generator/testdata') diff --git a/generator/testdata/custom_content.md b/generator/testdata/custom_content.md new file mode 100644 index 00000000..501f56b4 --- /dev/null +++ b/generator/testdata/custom_content.md @@ -0,0 +1,31 @@ + +# Auth SIG + +Covers improvements to Kubernetes authorization, authentication, and cluster security policy. + +## Meetings +* [Wednesdays at 18:00 UTC](https://zoom.us/my/k8s.sig.auth) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=18:00&tz=UTC). + +Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#). + +## Leads +* [Eric Chiang](https://github.com/ericchiang), CoreOS +* [Jordan Liggitt](https://github.com/liggitt), Red Hat +* [David Eads](https://github.com/deads2k), Red Hat + +## Contact +* [Slack](https://kubernetes.slack.com/messages/sig-auth) +* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-auth) + + +FOO BAR BAZ + + +Last generated: Wed Jun 7 2017 14:27:56 diff --git a/generator/testdata/example.md b/generator/testdata/example.md new file mode 100644 index 00000000..63ddbe7b --- /dev/null +++ b/generator/testdata/example.md @@ -0,0 +1,9 @@ +Hello! + +Example +custom +content! + + + +Last generated: Thu Jun 15 2017 15:20:28 \ No newline at end of file diff --git a/generator/testdata/example.tmpl b/generator/testdata/example.tmpl new file mode 100644 index 00000000..287ff191 --- /dev/null +++ b/generator/testdata/example.tmpl @@ -0,0 +1 @@ +{{.Message}} diff --git a/generator/testdata/no_custom_content.md b/generator/testdata/no_custom_content.md new file mode 100644 index 00000000..737509fd --- /dev/null +++ b/generator/testdata/no_custom_content.md @@ -0,0 +1,31 @@ + +# Auth SIG + +Covers improvements to Kubernetes authorization, authentication, and cluster security policy. + +## Meetings +* [Wednesdays at 18:00 UTC](https://zoom.us/my/k8s.sig.auth) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=18:00&tz=UTC). + +Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#). + +## Leads +* [Eric Chiang](https://github.com/ericchiang), CoreOS +* [Jordan Liggitt](https://github.com/liggitt), Red Hat +* [David Eads](https://github.com/deads2k), Red Hat + +## Contact +* [Slack](https://kubernetes.slack.com/messages/sig-auth) +* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-auth) + + + + + +Last generated: Wed Jun 7 2017 14:27:56 -- cgit v1.2.3