jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 78 forks source link

Specify a CultureInfo on TestCompile_MultipleTags #45

Open split-n opened 9 years ago

split-n commented 9 years ago

TestCompile_MultipleTags will fail if CultureInfo.CurrentCulture is not en-US.

output example (in ja-JP):

Hello Bob:

Below are your order details:

    Banana: ¥3 x 1

    Orange: ¥1 x 5

    Apple: ¥0 x 10

Your order total was: ¥8
lhaussknecht commented 5 years ago

I think this one can be closed. I submitted the same PR and mine was accepted today.