You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/08/09 01:48:50 UTC

lucy-clownfish git commit: Adjust expected POD in DocuComment tests

Repository: lucy-clownfish
Updated Branches:
  refs/heads/master b1a2632ac -> 39d63859c


Adjust expected POD in DocuComment tests


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/39d63859
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/39d63859
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/39d63859

Branch: refs/heads/master
Commit: 39d63859c1048daa4930bc19ac3a093cf8faf5b6
Parents: b1a2632
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Aug 9 01:47:53 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Aug 9 01:47:53 2015 +0200

----------------------------------------------------------------------
 compiler/src/CFCTestDocuComment.c | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/39d63859/compiler/src/CFCTestDocuComment.c
----------------------------------------------------------------------
diff --git a/compiler/src/CFCTestDocuComment.c b/compiler/src/CFCTestDocuComment.c
index 2baf6c9..391d528 100644
--- a/compiler/src/CFCTestDocuComment.c
+++ b/compiler/src/CFCTestDocuComment.c
@@ -242,6 +242,8 @@ S_test_generator(CFCTest *test) {
     CFCPerlClass_set_pod_spec(perl_class, perl_pod);
     char *pod = CFCPerlClass_create_pod(perl_class);
     const char *expected_pod =
+        "=encoding utf8\n"
+        "\n"
         "=head1 NAME\n"
         "\n"
         "Neato::Object - Test documentation generator.\n"