Project

General

Profile

Bug #17110

Updated by sawa (Tsuyoshi Sawada) almost 5 years ago

`"\\".tr("\\","A")` "\\".tr("\\","A")    works great, with `"\\"` "\\" becoming `"A"`. "A" 

 `"\\".tr("\\C","AB")` "\\".tr("\\C","AB") should also output `"A"`, "A" but instead outputs `"\\"`. "\\" 

Back