aboutsummaryrefslogtreecommitdiff
path: root/test/docx/track_changes_scrubbed_metadata.native
blob: 529a9bca64cc8156bd95df47d8953ae524a017b7 (plain)
1
2
3
4
5
6
7
8
9
[Para [ Str "Here", Space, Str "is", Space, Str "a", Space
      , Span ("",["deletion"],[("author","Author")]) [Str "dummy"]
      , Span ("",["insertion"],[("author","Author")]) [Str "test"]
      , Space
      , Span ("",["comment-start"],[("id","3"),("author","Author")]) 
        [Str "With",Space,Str "a",Space,Str "comment!"]
      , Str "document",Span ("",["comment-end"],[("id","3")]) [],Str "."
      ]
]