Skip to content

Commit

Permalink
Fix CRLF (just in case)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbracken committed Jan 10, 2011
1 parent 06ee9f0 commit 2bc528c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions inst/tests/tidy.Rnw
Expand Up @@ -7,15 +7,16 @@

\begin{document}

<<setup>>=
<<setup,tidy=T>>=
## keep the leading spaces
options(keep.space=TRUE)
options(keep.space=TRUE,keep.comment=TRUE) #fdslgkjdf
@

<<tidy=TRUE>>=
## asdf
1+1
1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+13 #qwer
1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1+2+1 #qwer
@

\end{document}

0 comments on commit 2bc528c

Please sign in to comment.