Changes between Initial Version and Version 1 of Ticket #13377, comment 3


Ignore:
Timestamp:
Feb 20, 2018, 11:50:55 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13377, comment 3

    initial v1  
    11Ok, I checked with more different cases. The issue is related to the name of options. Like the following cases, all have the issues:
    22
    3 {{{
     3{{{#!ini
    44test_two.options = ABC100|xxxx_ABC100
    55
    66test_two.options = ABC100|ABC100_xxxx
    7 
    87}}}
    98
     
    1211If I changed the options to the following cases, and it's normal:
    1312
    14 {{{
    15 
     13{{{#!ini
    1614test_two.options = ABC100|xxxx_aBC100
    1715
    1816test_two.options = ABC100|abc100_xxx
    19 
    2017}}}
    2118