From b6363afe233d863c721230afcf7482b093916e43 Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Mon, 11 Dec 2023 12:11:55 +0100 Subject: [PATCH] Fix tests --- R/expect_identical_linter.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/expect_identical_linter.R b/R/expect_identical_linter.R index 59d674405..8814b4348 100644 --- a/R/expect_identical_linter.R +++ b/R/expect_identical_linter.R @@ -71,6 +71,7 @@ expect_identical_linter <- function() { or following-sibling::expr[NUM_CONST[contains(text(), '.')]] or following-sibling::expr[ OP-MINUS + and count(expr) = 1 and expr[NUM_CONST[contains(text(), '.')]] ] or following-sibling::expr[SYMBOL[text() = '...']]