Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copy/paste of empty lines #19798

Merged
merged 10 commits into from
Jun 10, 2022
Merged

Fix copy/paste of empty lines #19798

merged 10 commits into from
Jun 10, 2022

Commits on May 24, 2022

  1. Fix copy/paste of empty newlines again

    Fixes: go-gitea#19331
    Regressed by: go-gitea#18270
    
    Needed to do another newline addition to the Chroma output HTML to get
    copy/paste work again. The previous replacement conditions are probably
    obsolete, but as I'm not 100% sure, I opted to keep them.
    
    Specifically, the Chroma HTML change mentioned in
    go-gitea#18270 (comment)
    broke our previous newline replacement for such empty lines.
    
    Also included are a few changes to make the test more pleasant to work
    with.
    silverwind committed May 24, 2022
    Configuration menu
    Copy the full SHA
    d2465b1 View commit details
    Browse the repository at this point in the history
  2. run go mod tidy

    silverwind committed May 24, 2022
    Configuration menu
    Copy the full SHA
    2e7b6fa View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. add util.Dedent

    silverwind committed May 26, 2022
    Configuration menu
    Copy the full SHA
    fbd1832 View commit details
    Browse the repository at this point in the history
  2. copy in the code

    silverwind committed May 26, 2022
    Configuration menu
    Copy the full SHA
    a2e8819 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    e520d68 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Merge branch 'main' into copy

    lunny committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    b7d55ac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into copy

    lunny committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    e5a128f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    62c778e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Merge branch 'main' into copy

    lunny committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    5504d60 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into copy

    lunny committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a422b3b View commit details
    Browse the repository at this point in the history