// Copyright 2017 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package base import ( "testing" "github.com/stretchr/testify/assert" ) func TestNaturalSortLess(t *testing.T) { testLess := func(s1, s2 string) { assert.True(t, NaturalSortLess(s1, s2), "s1