aboutsummaryrefslogtreecommitdiff
issue_267: {
    options = {
        comparisons: true,
    }
    input: {
        x = a % b / b * c * 2;
        x = a % b * 2
    }
    expect: {
        x = a % b / b * c * 2;
        x = a % b * 2;
    }
}
ed 'terminal_output'....Ludovic Courtès 2019-03-24bootloader: Add a 'keyboard-layout' field....Ludovic Courtès 2019-03-16bootloader: Use 'invoke/quiet' when running 'grub-install' and co....Ludovic Courtès 2019-03-13Remove traces of "GuixSD"....Ludovic Courtès 2018-11-18bootloader: De-monadify configuration file generators....Ludovic Courtès