Skip to content

Commit 863b71f

Browse files
Add a test to confirm the data.table := issue is fixed
1 parent 0a5edc6 commit 863b71f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: features/ess-mode.feature

+4
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ Feature: R specific operators
6262
When I turn on electric-operator-mode
6363
When I type "group_by(!!grouping_var)"
6464
Then I should see "group_by(!!grouping_var)"
65+
66+
Scenario: data.table := operator
67+
When I type "DT[, V1 := exp(V1)]"
68+
Then I should see "DT[, V1 := exp(V1)]"

0 commit comments

Comments
 (0)