replace unicode arrows
* ⇒, →, ← * because we don't want to show them in documentation snippets and then it's complicated to avoid that when snippets are located in src/test/scala in individual modules * dont replace object `→` in FSM.scala and PersistentFSM.scala
This commit is contained in:
parent
e4d38f92a4
commit
5c96a5f556
1521 changed files with 18846 additions and 18786 deletions
|
|
@ -193,7 +193,7 @@ class PNCounterSpec extends WordSpec with Matchers {
|
|||
val PNCounter(value1) = c1
|
||||
val value2: BigInt = value1
|
||||
Changed(PNCounterKey("key"))(c1) match {
|
||||
case c @ Changed(PNCounterKey("key")) ⇒
|
||||
case c @ Changed(PNCounterKey("key")) =>
|
||||
val PNCounter(value3) = c.dataValue
|
||||
val value4: BigInt = value3
|
||||
value4 should be(1L)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue