[Rcpp-commits] r1503 - pkg/Rcpp/inst/unitTests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 9 10:33:26 CEST 2010
Author: romain
Date: 2010-06-09 10:33:26 +0200 (Wed, 09 Jun 2010)
New Revision: 1503
Modified:
pkg/Rcpp/inst/unitTests/runit.environments.R
Log:
some weird characters inserted by mac keyboard
Modified: pkg/Rcpp/inst/unitTests/runit.environments.R
===================================================================
--- pkg/Rcpp/inst/unitTests/runit.environments.R 2010-06-09 08:15:22 UTC (rev 1502)
+++ pkg/Rcpp/inst/unitTests/runit.environments.R 2010-06-09 08:33:26 UTC (rev 1503)
@@ -234,7 +234,7 @@
checkTrue(
tryCatch( { funx(e, "xx" ) ; FALSE}, "Rcpp::no_such_binding" = function(e) TRUE ),
msg = "Environment::unlockBinding(no binding) -> exception)" )
- }Êelse {
+ } else {
checkTrue(
tryCatch( { funx(e, "xx" ) ; FALSE}, error = function(e) TRUE ),
msg = "Environment::unlockBinding(no binding) -> exception)" )
@@ -276,7 +276,7 @@
checkTrue(
tryCatch( { funx("----" ) ; FALSE}, "Rcpp::no_such_namespace" = function(e) TRUE ),
msg = "Environment::namespace_env(no namespace) -> exception)" )
- }Êelse {
+ } else {
checkTrue(
tryCatch( { funx("----" ) ; FALSE}, error = function(e) TRUE ),
msg = "Environment::namespace_env(no namespace) -> exception)" )
More information about the Rcpp-commits
mailing list