Fix displaying (#1436)

pull/1439/head
Hollow Man 5 years ago committed by GitHub
parent 08fa2a04de
commit 80d716c9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,4 +51,4 @@ Affect(row-cnt:1) cost in 439 ms.
$ tt -i 1000 -w 'target.getApplicationContext().getBean("helloWorldService").getHelloMessage()'
@String[Hello World]
Affect(row-cnt:1) cost in 52 ms.
```
```

@ -51,4 +51,4 @@ The result is:
$ tt -i 1000 -w 'target.getApplicationContext().getBean("helloWorldService").getHelloMessage()'
@String[Hello World]
Affect(row-cnt:1) cost in 52 ms.
```
```

@ -36,4 +36,4 @@ Something went wrong: 404 Not Found
| `---[0.068578ms] javax.servlet.GenericServlet:init()
| `---[0.021793ms] javax.servlet.GenericServlet:init()
`---[0.164035ms] javax.servlet.GenericServlet:getServletContext()
```
```

@ -36,4 +36,4 @@ It can be found that the request is handled by `freemarker`:
| `---[0.068578ms] javax.servlet.GenericServlet:init()
| `---[0.021793ms] javax.servlet.GenericServlet:init()
`---[0.164035ms] javax.servlet.GenericServlet:getServletContext()
```
```

@ -109,4 +109,5 @@
Affect(row-cnt:1) cost in 19 ms.
```
```

@ -113,4 +113,4 @@ $ sm -d java.lang.String toString
exceptions
Affect(row-cnt:1) cost in 3 ms.
```
```

@ -112,4 +112,4 @@ $ sm -d java.lang.String toString
exceptions
Affect(row-cnt:1) cost in 3 ms.
```
```

Loading…
Cancel
Save