diff options
Diffstat (limited to 'test/link_definition_scope.native')
| -rw-r--r-- | test/link_definition_scope.native | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/test/link_definition_scope.native b/test/link_definition_scope.native new file mode 100644 index 0000000..f221d81 --- /dev/null +++ b/test/link_definition_scope.native @@ -0,0 +1,37 @@ +[ Para + [ Str "My" + , Space + , Str "name" + , Space + , Str "is" + , SoftBreak + , Str "Manu" + , Space + , Str "Sporny" + , SoftBreak + , Str "and" + , Space + , Str "you" + , Space + , Str "can" + , Space + , Str "give" + , Space + , Str "me" + , Space + , Str "a" + , Space + , Str "ring" + , Space + , Str "via" + , SoftBreak + , Link + ( "" , [] , [] ) + [ Str "1-800-555-0199" ] + ( "tel:+1-800-555-0199" + , "make a phone call to Manu Sporny" + ) + , Str "." + ] +, RawBlock (Format "sem-md") "schema:telephone" +] |
