diff --git a/test/sample-context.native b/test/sample-context.native index 08ff8cf..d71fb71 100644 --- a/test/sample-context.native +++ b/test/sample-context.native @@ -77,7 +77,9 @@ , Space , Span ( "" , [ "tcrf" ] , [] ) - [ RawInline (Format "context") "\\crossrefenum{{publication}}" ] + [ RawInline + (Format "context") "\\crossrefenum{{publication}}" + ] , Space , Str "for" , Space @@ -104,7 +106,8 @@ , Span ( "" , [ "tcrf" ] , [ ( "reftype" , "pagenote" ) ] ) [ RawInline - (Format "context") "\\crossrefenum[pagenote]{{my-evaluation}}" + (Format "context") + "\\crossrefenum[pagenote]{{my-evaluation}}" ] , Str "." ] @@ -131,7 +134,8 @@ , Span ( "" , [ "tcrf" ] , [] ) [ RawInline - (Format "context") "\\crossrefenum{{publication to reception}}" + (Format "context") + "\\crossrefenum{{publication to reception}}" ] , Str "." ] @@ -275,7 +279,8 @@ , Space , Span ( "" , [ "tcrf" ] , [] ) - [ RawInline (Format "context") "\\crossrefenum{{format}}" ] + [ RawInline (Format "context") "\\crossrefenum{{format}}" + ] , Str "." ] ] @@ -305,7 +310,8 @@ , Span ( "" , [ "tcrf" ] , [] ) [ RawInline - (Format "context") "\\crossrefenum{{which-identifier}}" + (Format "context") + "\\crossrefenum{{which-identifier}}" ] , Str "." ] diff --git a/test/sample-latex.native b/test/sample-latex.native index 6427e79..90e1761 100644 --- a/test/sample-latex.native +++ b/test/sample-latex.native @@ -77,7 +77,8 @@ , Space , Span ( "" , [ "tcrf" ] , [] ) - [ RawInline (Format "latex") "\\crossrefenum{{publication}}" ] + [ RawInline (Format "latex") "\\crossrefenum{{publication}}" + ] , Space , Str "for" , Space @@ -131,7 +132,8 @@ , Span ( "" , [ "tcrf" ] , [] ) [ RawInline - (Format "latex") "\\crossrefenum{{publication to reception}}" + (Format "latex") + "\\crossrefenum{{publication to reception}}" ] , Str "." ] @@ -254,7 +256,8 @@ , Space , Span ( "" , [ "tcrf" ] , [] ) - [ RawInline (Format "latex") "\\crossrefenum{{refer-to-note}}" + [ RawInline + (Format "latex") "\\crossrefenum{{refer-to-note}}" ] , Str "." ] @@ -336,7 +339,8 @@ , Space , Span ( "" , [ "tcrf" ] , [] ) - [ RawInline (Format "latex") "\\crossrefenum{{nested-spans}}" + [ RawInline + (Format "latex") "\\crossrefenum{{nested-spans}}" ] , Str "." ] @@ -374,7 +378,8 @@ , Span ( "" , [ "tcrf" ] , [] ) [ RawInline - (Format "latex") "\\crossrefenum{{my-evaluation}{format}}" + (Format "latex") + "\\crossrefenum{{my-evaluation}{format}}" ] ] ]