Changed prose to assert_eq! macro.
This commit is contained in:
parent
65b0655230
commit
f618e2e1ec
@ -320,9 +320,9 @@ next line to be ignored.
|
||||
let a = "foobar";
|
||||
let b = "foo\
|
||||
bar";
|
||||
```
|
||||
|
||||
`a` is equivalent to `b`.
|
||||
assert_eq!(a,b);
|
||||
```
|
||||
|
||||
##### Character escapes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user