jsnapy icon indicating copy to clipboard operation
jsnapy copied to clipboard

Fix typos for PRE and POST keys in the node_value_passed of not_exists operator

Open quangtamle opened this issue 1 year ago • 1 comments

Description of Issue/Question

According to the code:

PRE and POST keys in the node_value_passed dict of not_exists operator are capitalized which are not synchronized (should be in small letters like the others)

I wonder whether those capital keys are on purpose or not. If not, can we fix those to small letters for unified format of node_value_passed dict ?

Setup

(Please provide relevant configs, xml snapshots and related files (Be sure to remove sensitive info).) No need

Steps to Reproduce Issue

(Include debug logs if possible and relevant. Error trace would be helpful too) No need

Versions Report

(Provided by running jsnapy --version. Please also mention python version.) the current version

quangtamle avatar May 03 '24 10:05 quangtamle

Fix is under review https://github.com/Juniper/jsnapy/pull/414

chidanandpujar avatar May 30 '24 04:05 chidanandpujar

Fixed via #414

chidanandpujar avatar Jul 30 '24 04:07 chidanandpujar