DimaKudosh / difflib

Port of Python's difflib library to Rust
MIT License
47 stars 8 forks source link

Fixed a bug with subtraction in the opcode code #2

Closed mitsuhiko closed 7 years ago

mitsuhiko commented 7 years ago

This fixes a panic in the opcode code. It attempted to subtract below zero.