You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by HansBrende <gi...@git.apache.org> on 2018/06/28 18:09:37 UTC

[GitHub] any23 pull request #89: ANY23-353 fallback on string datatype for langstring...

GitHub user HansBrende opened a pull request:

    https://github.com/apache/any23/pull/89

    ANY23-353 fallback on string datatype for langstring with no lang

    For string literals of datatype "langString" with no language tag, I'm simply falling back to type "string" (or using the default language if specified).
    
    mvn clean test -> all tests pass
    
    @lewismc any comments?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HansBrende/any23 ANY23-353

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/any23/pull/89.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #89
    
----
commit e650a8d1ad22c2f53628285c941f240bb3e6b9ff
Author: Hans <fi...@...>
Date:   2018-06-28T18:05:16Z

    ANY23-353 fallback on string datatype for langstring with no lang

----


---

[GitHub] any23 issue #89: ANY23-353 fallback on string datatype for langstring with n...

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the issue:

    https://github.com/apache/any23/pull/89
  
    +1


---

[GitHub] any23 pull request #89: ANY23-353 fallback on string datatype for langstring...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/any23/pull/89


---