File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
mkdir -p test-cache/emacs-d-cache
19
19
20
20
docker-compose build
21
- docker-compose run --rm regular-tests && " echo Tests ran OK" || echo " Tests FAILED!"
21
+ docker-compose run --rm regular-tests && echo " Tests ran OK" || echo " Tests FAILED!"
Original file line number Diff line number Diff line change 69
69
(ot--type " new object()" )
70
70
(ot--press-key " TAB" ))
71
71
72
- (ot--buffer-should-contain " object.Equals(this, new object() )" )))
72
+ (ot--buffer-should-contain " object.Equals(t, object objB )" )))
Original file line number Diff line number Diff line change 49
49
(let ((expected (s-join " \n " expected))
50
50
(actual (s-replace (string ?\C -m) (string ?\C -j)
51
51
(substring-no-properties (buffer-string ))))
52
- (message " Expected '%s ' to be part of '%s ', but was not. " ))
53
- (cl-assert (s-contains? expected actual) nil (format message expected actual))))
52
+ (message " Expected '%s ' to be part of '%s ', but was not. Actual contents are: ' %s ' " ))
53
+ (cl-assert (s-contains? expected actual) nil (format message expected actual ( substring-no-properties ( buffer-string )) ))))
54
54
55
55
(defun ot--evaluate (command-to-execute )
56
56
(eval (read command-to-execute)))
You can’t perform that action at this time.
0 commit comments