While trying this expression from the docs in the exerciser:
Account.Order.Product { Product Name: {"Price": Price, "Qty": Quantity} }
The highlight seems to break for Price. On the other hand this expression does not break the highlight:
Account.Order.Product { Product Name: {'Price': Price, "Qty": Quantity} }
Am I doing something wrong? Any plans to fix it?
Thanks
While trying this expression from the docs in the exerciser:
Account.Order.Product {
Product Name: {"Price": Price, "Qty": Quantity} }The highlight seems to break for Price. On the other hand this expression does not break the highlight:
Account.Order.Product {
Product Name: {'Price': Price, "Qty": Quantity} }Am I doing something wrong? Any plans to fix it?
Thanks