Skip to content

Fix multiline-description #10

Description

@GoogleCodeExporter
Hello, me and my boss found the solution for that problem.
You write the wrongregular expression to  keyValueFromString and that maked the 
problem.
You need to replace this:

preg_match("/([^:]+)[:]([\w\W]*)/", $text, $matches);

To that:

preg_match("/^([A-Z\-]+)\:(.*)$/", $text, $matches);

Original issue reported on code.google.com by abel.zol...@reverseproject.hu on 23 Jul 2013 at 2:38

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions