summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-04 20:02:10 +0100
committerBastien Guerry <bzg@altern.org>2012-01-04 20:02:10 +0100
commit07e31dfa0dae4872749fcfe2ed42b94cd54c4658 (patch)
tree17e8f13c6538465b6d2d574bb9a15181850ca8a0
parent2ef6100af5d75c9e0378a2d6a8929a064210ccc7 (diff)
downloadorg-mode-07e31dfa0dae4872749fcfe2ed42b94cd54c4658.tar.gz
Delete trailing whitespaces.
-rw-r--r--testing/examples/babel.org4
-rw-r--r--testing/lisp/test-ob.el14
2 files changed, 9 insertions, 9 deletions
diff --git a/testing/examples/babel.org b/testing/examples/babel.org
index ba7c3e3..bcb7e57 100644
--- a/testing/examples/babel.org
+++ b/testing/examples/babel.org
@@ -224,11 +224,11 @@ this is simple
has length 14
* org-babel-get-inline-src-block-matches
- :PROPERTIES:
+ :PROPERTIES:
:results: silent
:ID: 0D0983D4-DE33-400A-8A05-A225A567BC74
:END:
src_sh{echo "One"} block at start of line
- One spaced block in src_sh{ echo "middle" } of line
+ One spaced block in src_sh{ echo "middle" } of line
src_sh{echo 2} blocks on the src_emacs-lisp{"same"} line
Inline block with src_sh[:results silent]{ echo "parameters" }.
diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el
index 4b57f21..5f42dbb 100644
--- a/testing/lisp/test-ob.el
+++ b/testing/lisp/test-ob.el
@@ -26,7 +26,7 @@
(match-string
1
" \t #+headers: blah1 blah2 blah3 \t\n\t\n blah4 blah5 blah6 \n")))
-
+
;;TODO Check - should this fail?
(should
(not (org-test-string-exact-match
@@ -123,7 +123,7 @@
#+begin_src emacs-lisp
prop
#+end_src"
-
+
(progn
(goto-char (point-min))
(org-babel-next-src-block)
@@ -161,7 +161,7 @@
#+begin_src emacs-lisp :var four=four
(length four)
#+end_src"
-
+
(progn
(org-babel-next-src-block 2)
(should (= 4 (org-babel-execute-src-block)))
@@ -208,7 +208,7 @@
(org-test-with-temp-text-in-file "
* resolving sub-trees as references
-
+
#+begin_src emacs-lisp :var text=d4faa7b3-072b-4dcf-813c-dd7141c633f3
(length text)
#+end_src
@@ -223,7 +223,7 @@
:CUSTOM_ID: simple-subtree
:END:
this is simple"
-
+
(progn
(should (string-match (regexp-quote "this is simple")
(org-babel-ref-resolve "simple-subtree")))
@@ -290,7 +290,7 @@ this is simple"
(org-test-with-temp-text
test-line
(should-error (org-ctrl-c-ctrl-c))
- (forward-char) (org-ctrl-c-ctrl-c)
+ (forward-char) (org-ctrl-c-ctrl-c)
(should (string=
(concat test-line " =1=")
(buffer-substring-no-properties (point-at-bol) (point-at-eol))))
@@ -347,7 +347,7 @@ this is simple"
(concat test-line " =x=")
(buffer-substring-no-properties
(point-at-bol) (point-at-eol))))))
-
+
(let ((test-line (concat " Some text prior to block "
"src_emacs-lisp[:results replace]{ \"y\" }")))
(org-test-with-temp-text test-line