Giter Site home page Giter Site logo

retest's People

Contributors

ccviolett avatar kewth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

retest's Issues

diff 结果优化

使用 diff 的选项 -u ,并将 resxx 文件后缀名设为 resxx.diff

原因:
-u 可以让 diff 结果更可读。

使用两个文件进行示范,

File a :     |File b :
-------------+-----------
luo          |luo
tian         |tian
yi           |er 
-------------+-----------

区别:

-> diff a b
3c3
< yi
---
> er
diff -u a b
--- a	2019-02-23 16:01:54.272416221 +0800
+++ b	2019-02-23 16:01:58.225766633 +0800
@@ -1,3 +1,3 @@
 luo
 tian
-yi
+er

** .diff 后缀名可以方便用 vim 查看时加上高亮。**
pass

About the [Tab]

It will throw error when write the retest.yaml using \t, like:

T1:
\t source: xxxx
\t date: xxxx

Sorry about can't enter [Tab] in github.

Can you fix it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.