redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

fix: add slash in DEFAULT_ESCAPED_CHARS (#312) #376

Closed ninoseki closed 2 years ago

ninoseki commented 2 years ago

Add slash(/) in DEFAULT_ESCAPED_CHARS to fix #312.

dvora-h commented 2 years ago

@ninoseki Thanks for Thanks for fixing this bug!

codecov-commenter commented 2 years ago

Codecov Report

Merging #376 (02b6c53) into main (551429c) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #376   +/-   ##
=======================================
  Coverage   78.53%   78.53%           
=======================================
  Files          14       14           
  Lines        1160     1160           
=======================================
  Hits          911      911           
  Misses        249      249           
Flag Coverage Δ
unit 78.53% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aredis_om/model/token_escaper.py 92.30% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.