Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X c4ff745ef -> 3ffaf66b6


s/Homer Simson/Homer Simpson/ (closes #590)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3ffaf66b
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/3ffaf66b
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/3ffaf66b

Branch: refs/heads/GROOVY_2_5_X
Commit: 3ffaf66b6a8f5d140f987afa92f39818ca7503a8
Parents: c4ff745
Author: Holger Schröder <[email protected]>
Authored: Wed Aug 23 16:08:26 2017 +0200
Committer: John Wagenleitner <[email protected]>
Committed: Thu Aug 24 17:25:28 2017 -0700

----------------------------------------------------------------------
 src/spec/test/SyntaxTest.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/3ffaf66b/src/spec/test/SyntaxTest.groovy
----------------------------------------------------------------------
diff --git a/src/spec/test/SyntaxTest.groovy b/src/spec/test/SyntaxTest.groovy
index 96c3c47..9053452 100644
--- a/src/spec/test/SyntaxTest.groovy
+++ b/src/spec/test/SyntaxTest.groovy
@@ -263,9 +263,9 @@ class SyntaxTest extends CompilableTestSupport {
 
         // tag::quoted_id_with_gstring[]
         def firstname = "Homer"
-        map."Simson-${firstname}" = "Homer Simson"
+        map."Simpson-${firstname}" = "Homer Simpson"
 
-        assert map.'Simson-Homer' == "Homer Simson"
+        assert map.'Simpson-Homer' == "Homer Simpson"
         // end::quoted_id_with_gstring[]
 
         // tag::quoted_id_with_all_strings[]

Reply via email to